home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / windows / doc / file.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-26  |  322 b   |  16 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class File */
  4.  
  5. #ifndef _Included_File
  6. #define _Included_File
  7. struct Hjava_lang_String;
  8.  
  9. typedef struct ClassFile {
  10.     struct Hjava_lang_String *path;
  11. #define File_separatorChar 58L
  12. } ClassFile;
  13. HandleTo(File);
  14.  
  15. #endif
  16.